type crypto/tls.newSessionTicketMsgTLS13

8 uses

	crypto/tls (current package)
		conn.go#L1128: 			m = new(newSessionTicketMsgTLS13)
		conn.go#L1315: 	case *newSessionTicketMsgTLS13:
		handshake_client_tls13.go#L853: func (c *Conn) handleNewSessionTicket(msg *newSessionTicketMsgTLS13) error {
		handshake_messages.go#L1154: type newSessionTicketMsgTLS13 struct {
		handshake_messages.go#L1162: func (m *newSessionTicketMsgTLS13) marshal() ([]byte, error) {
		handshake_messages.go#L1188: func (m *newSessionTicketMsgTLS13) unmarshal(data []byte) bool {
		handshake_messages.go#L1189: 	*m = newSessionTicketMsgTLS13{}
		handshake_server_tls13.go#L989: 	m := new(newSessionTicketMsgTLS13)